 |
API Documentation
|
|
|
An interface to define objects that can be exported using this component.
Definition: Exportable.h:15
static ExporterLoadResult importIntoTree(const std::string_view &strVal)
Encompasses all API of component NilkinsExport.
Definition: ExportError.h:7
Holds the information about a try to import data sources.
Definition: ExporterLoadResult.h:15
A node in the tree structure representing the data to export / import.
Definition: Node.h:42
static std::string exportObjectIntoString(Exportable *toExport)
Exporter to use Json formatted data.
Definition: JsonExporter.h:18
static std::string exportTreeIntoString(Node *rootNode)